Searched defs:APPEND (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/librecsort/ |
H A D | rsmerge.c | 51 #define APPEND(rs,obj,t) \ macro 858 { APPEND(rs,obj,t); 975 APPEND(rs,obj,t); 1017 { APPEND(rs,obj,t); 1080 APPEND(rs,obj,t);
|
/ast/src/cmd/ie/ |
H A D | emacs.c | 162 APPEND, /* Append char before cursor to screen */ enumerator in enum:__anon103 278 draw(APPEND); 337 draw(APPEND); 1122 draw(APPEND); 1129 draw(APPEND); 1239 scvalid = 0; /* Screen is out of date, APPEND will not work */ 1254 if ((option == APPEND)&&(scvalid)&&(*logcursor == '\0')&&
|
H A D | vi.c | 165 #define APPEND -10 /* append chars */ macro 605 getline(APPEND); 608 getline(APPEND); 643 /*{ APPEND( char, mode ) 646 * mode = APPEND, shift chars right before appending 660 if( mode==APPEND || cur_virt==last_virt ) 758 /* return to APPEND/REPLACE mode */ 844 append(c,APPEND); 990 append('#', APPEND); 1346 * mode = APPEND, allo [all...] |
/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 165 APPEND, /* Append char before cursor to screen */ enumerator in enum:__anon108 291 draw(ep,APPEND); 373 draw(ep,APPEND); 1076 if(ep->lastdraw==APPEND && ep->prevdirection != -2) 1275 draw(ep,APPEND); 1282 draw(ep,APPEND); 1388 ep->scvalid = 0; /* Screen is out of date, APPEND will not work */ 1408 else if((option==UPDATE||option==APPEND) && drawbuff[0]=='#' && cur>1 && cur==eol && drawbuff[cur-1]!='*') 1431 if ((option == APPEND)&&(ep->scvalid)&&(*logcursor == '\0')&&
|
H A D | vi.c | 169 #define APPEND -10 /* append chars */ macro 585 getline(vp,APPEND); 587 getline(vp,APPEND); 630 /*{ APPEND( char, mode ) 633 * mode = APPEND, shift chars right before appending 644 if( mode==APPEND || (cur_virt==last_virt && last_virt>=0)) 739 /* return to APPEND/REPLACE mode */ 824 append(vp,c,APPEND); 1015 append(vp,'#', APPEND); 1347 * mode = APPEND, allo [all...] |
/ast/src/cmd/ksh93/sh/ |
H A D | nvdisc.c | 164 #define APPEND 2 macro 249 int type = (flags&NV_APPEND)?APPEND:ASSIGN; 294 if (type==APPEND && (bflag= !isblocked(bp,LOOKUPS))) 507 /* Handle GET/SET/APPEND/UNSET disc */
|
/ast/src/cmd/pax/ |
H A D | pax.h | 137 #define APPEND PAX_APPEND /* archive append */ macro
|
Completed in 33 milliseconds