Searched refs:col (Results 1 – 7 of 7) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | mksyntax.c | 269 int col; in print() local 273 col = 0; in print() 279 col = 0; in print() 282 while (++col < 9 * (i & 03)) in print() 286 col += strlen(syntax[i]); in print()
|
| A D | jobs.c | 411 int col; in sprint_status() local 414 col = 0; in sprint_status() 433 col += fmtstr(s + col, 16, " (core dumped)"); in sprint_status() 444 return col; in sprint_status() 452 int col; in showjob() local 465 indent = col; in showjob() 468 s[col - 2] = '+'; in showjob() 470 s[col - 2] = '-'; in showjob() 473 col += fmtstr(s + col, 16, "%d ", ps->pid); in showjob() 486 col += sprint_status(s + col, status, 0); in showjob() [all …]
|
| A D | TOUR | 320 tin command appears in backquotes, to allow its output to be col-
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | stats_print.c | 27 size_t col; member 36 size_t col; member 42 size_t pos, size_t len, size_t line, size_t col) in token_init() argument 49 token->col = col; in token_init() 63 token->line, token->col); in token_error() 67 token->col); in token_error() 82 parser->col = 0; in parser_init() 150 token_col = parser->col; in parser_tokenize() 656 parser->col = 0; in parser_tokenize() 658 parser->col++; in parser_tokenize()
|
| /third_party/ulib/backtrace/ |
| A D | Makefile.in | 595 col=$$red; res=XPASS; \ 598 col=$$grn; res=PASS; \ 606 col=$$lgn; res=XFAIL; \ 610 col=$$red; res=FAIL; \ 615 col=$$blu; res=SKIP; \ 617 echo "$${col}$$res$${std}: $$tst"; \ 660 col="$$grn"; \ 662 col="$$red"; \ 664 echo "$${col}$$dashes$${std}"; \ 665 echo "$${col}$$banner$${std}"; \ [all …]
|
| /third_party/ulib/linenoise/ |
| A D | linenoise.c | 606 int col; /* colum position, zero-based. */ local 668 col = (plen+(int)l->pos) % (int)l->cols; 669 lndebug("set col %d", 1+col); 670 if (col) 671 snprintf(seq,64,"\r\x1b[%dC", col);
|
| /third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/ |
| A D | ec_commands.h | 2856 uint8_t col; member
|
Completed in 26 milliseconds