Searched defs:tabs (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 585 int scan,tabs=0,c,more,associative = 0; local 596 tabs=1; 614 if(tabs) 616 tabs=0;
|
/ast/src/lib/libtk/generic/ |
H A D | tkText.h | 328 char *tabString; /* -tabs option string (malloc-ed). 331 /* Info about tabs for tag (malloc-ed) 402 TkTextTab tabs[1]; /* Array of tabs. The actual size member in struct:TkTextTabArray 470 char *tabOptionString; /* Value of -tabs option string (malloc'ed). */
|
/ast/src/cmd/re/ |
H A D | testregex.c | 201 T(" or more tabs. NULL denotes the empty string and NIL denotes the\n"); 1080 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) argument 1114 printf("%s%s", spec, TABS(*tabs++)); 1119 printf("%s", TABS(*tabs++)); 1121 printf("%s", TABS(*tabs++)); 1129 printf("%s%s", TABS(*tabs++), msg); 1140 catchfree(regex_t* preg, int flags, int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) argument 1156 extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test); 1253 int tabs[6]; local 1513 tabs[ [all...] |
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 3032 tabs(Sfio_t* op, int cur, int nxt) function 3452 n = tabs(sfstdout, n, 32); 3464 tabs(sfstdout, n, 64); 3472 tabs(sfstdout, n, 32); 3512 n = tabs(sfstdout, n, 24); 3518 n = tabs(sfstdout, n, 24); 3536 n = tabs(sfstdout, n, 24); 3550 n = tabs(sfstdout, n, 24); 3552 tabs(sfstdout, n, 40); 3605 n = tabs(sfstdou [all...] |
Completed in 32 milliseconds