Searched defs:single (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/builtin/ |
H A D | what.c | 46 "[s:first|single?Find only the first occurrence of the pattern in each file.]" 69 int single; member in struct:__anon48 205 if (state.single) 238 state.hit = state.single = 0; 253 state.single = 1;
|
/ast/src/lib/librecsort/ |
H A D | rsprocess.c | 72 reg int single, n; local 74 if((single = s_data <= 0 ? 1 : 0) ) /* a single record */ 77 if(dsamelen && d <= 0 && !single) /* avoid infinite loop */ 107 { if((s_loop = s_data) > c_max && !single) /* max amount per loop */ 161 { if(single)
|
/ast/src/cmd/ksh93/sh/ |
H A D | string.c | 459 * single!=0 limits quoting to '...' 463 char *sh_fmtqf(const char *string, int single, int fold) argument 476 if(single) 481 single = single ? 1 : 3; 502 q = single;
|
/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 292 single: 300 goto single; 2427 * set a single AST_LC_* locale category 2433 single(int category, Lc_t* lc, unsigned int flags) function 2440 sfprintf(sfstderr, "locale single %16s %16s flags %04x\n", lc_categories[category].name, lc ? lc->name : 0, flags); 2598 single(stk[i], NiL, 0); 2622 if (!single(cat[i], p, 0)) 2625 single(stk[i], NiL, 0); 2649 if (!single(n, p, 0)) 2652 single( [all...] |
/ast/src/cmd/sort/ |
H A D | main.c | 128 "[c:check?Check that the single input file is sorted according to the " 168 "accepted. Type is a single character and may be one of:]:[type[size]]]" 219 "[+?Single-letter options may be combined into a single string, such as " 299 off_t total; /* total size of single file */ 309 int single; /* one input file */ member in struct:Sort_s 545 error(1, "%s: %s: single character expected", opt_info.option, opt_info.arg); 892 if (sp->single = !key->input[1]) 1350 if (sp->single && !sp->nfiles && sp->total == (sp->map ? 0 : p)) 1522 * requires single named input file 1540 sp->single [all...] |
Completed in 40 milliseconds