Searched refs:single (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/builtin/
H A Dwhat.c46 "[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 Drsprocess.c72 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 Dstring.c459 * 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/cmd/pax/
H A Dtar.sh40 single file called a \atarfile\a. A \atarfile\a can be any file,
43 single-character function letters \(\bc\b, \br\b, \bt\b, \bu\b, or
46 single-character function letters. Some of the function modifiers
/ast/src/cmd/ie/
H A Deditlib.c74 * single characters are read in RAW mode and acted upon immediately.
80 * read(0,buffer,1); /* do your single char read */
/ast/src/cmd/sort/
H A Dmain.c128 "[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...]
/ast/src/lib/libast/comp/
H A Dsetlocale.c292 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...]

Completed in 27 milliseconds