Searched defs:more (Results 1 - 12 of 12) sorted by relevance
| /ast/src/lib/libast/misc/ |
| H A D | optjoin.c | 41 * optjoin() returns non-zero if more args remain 58 int more; local 78 more = argv[opt_info.index] != 0; 81 if (!more)
|
| /ast/src/lib/libast/disc/ |
| H A D | sfdcmore.c | 30 * a simple but fast more style pager discipline 54 * more read 68 register More_t* more = (More_t*)dp; local 70 more->match = 0; 71 more->row = 2; 72 more->col = 1; 143 * more write 156 register More_t* more = (More_t*)dp; local 163 if (!more->row) 165 if (!more 269 register More_t* more = (More_t*)dp; local 312 register More_t* more; local [all...] |
| /ast/src/lib/libcmd/ |
| H A D | paste.c | 40 "on one or more input files, but not all input files, \bpaste\b " 88 register int d, n, i, z, more=1; local 93 for(n=more-1,more=0; n < nstream;) 100 more = 1; 101 else if(!more) /* first stream with output */ 119 more = n+1; 127 if(++n<nstream && more && d>=0) 138 else if(n==nstream && !streams[n-1] && more) 141 } while(more); [all...] |
| /ast/src/lib/libvcodex/Vcwindow/ |
| H A D | vcwindow.h | 40 int more; /* more subwindows to process */ member in struct:_vcwmatch_s
|
| /ast/src/cmd/mailx/ |
| H A D | names.c | 289 int more; member in struct:__anon149 308 wm->more = 1; 368 wm.more = 0; 375 } while (wm.more);
|
| H A D | cmd1.c | 215 note(0, "No more mail"); 341 if (!state.more.discipline && state.var.interactive && (page || state.var.crt)) { 369 more(struct msg* msgvec) function
|
| H A D | mailx.h | 130 #define MORE_DISCIPLINE 1 /* Sfio more discipline on stdout */ 146 #define moretop() (state.more.match=0,state.more.row=state.more.col=1) 733 struct more { struct in struct:__anon136 744 } more; member in struct:__anon136 774 char more[256]; member in struct:__anon136::__anon146 833 char* more; member in struct:__anon136::__anon147 990 extern int more(struct msg*);
|
| /ast/src/cmd/pax/ |
| H A D | copy.c | 371 int more; local 374 more = 1; 375 while (more) 380 more = 0; 389 more = 0; 395 more = 0; 401 if (!more)
|
| /ast/src/lib/libexpr/ |
| H A D | expr.h | 234 const char* more; /* more after %% (sp or != 0) */ member in struct:Expr_s
|
| /ast/src/cmd/html/ |
| H A D | htmlrefs.c | 193 int more; member in struct:State_s 375 state->more = 1; 1036 if (!state->more) 1041 while (state->more) 1043 state->more = 0;
|
| /ast/src/cmd/ksh93/sh/ |
| H A D | nvtree.c | 585 int scan,tabs=0,c,more,associative = 0; local 635 more = nv_nextsub(np); 675 more = nv_nextsub(np); 681 c = more?' ':-1; 687 if(!more)
|
| /ast/src/lib/libz/ |
| H A D | deflate.c | 19 * is preferable to spend more time in matches to allow very fast string 25 * A previous version of this file used a more sophisticated algorithm 27 * time, but has a larger average cost, uses more memory and is patented. 67 need_more, /* block not completed, need more input or more output */ 69 finish_started, /* finish started, need only more output at next deflate */ 70 finish_done /* finish done, accept no more input or output */ 484 * This function could be more sophisticated to provide closer upper bounds 761 * more output space, but possibly with both pending and 779 /* User must not provide more inpu 1271 unsigned more; /* Amount of free space at the end of the window. */ local [all...] |
Completed in 67 milliseconds