Searched refs:APPEND (Results 1 - 10 of 10) sorted by relevance
/ast/src/cmd/ie/ |
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...] |
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')&&
|
/ast/src/cmd/ksh93/edit/ |
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...] |
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')&&
|
/ast/src/cmd/pax/ |
H A D | pax-cpio.c | 801 ARCHIVE|IN|OUT|APPEND, 829 ARCHIVE|IN|OUT|APPEND, 857 ARCHIVE|IN|OUT|APPEND, 886 ARCHIVE|IN|OUT|APPEND,
|
H A D | pax-tar.c | 1000 ARCHIVE|LINKTYPE|SLASHDIR|IN|OUT|APPEND, 1031 ARCHIVE|DELTAINFO|LINKTYPE|SLASHDIR|STANDARD|SUM|IN|OUT|APPEND, 1062 ARCHIVE|LINKTYPE|SLASHDIR|IN|OUT|APPEND,
|
H A D | pax.h | 137 #define APPEND PAX_APPEND /* archive append */ macro
|
/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/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/nmake/ |
H A D | Makerules.mk | 4363 .APPEND.%.COMMAND : .TOUCHO 4389 .APPEND.%.COMMAND : .PTR.CHECK .PTR.UPDATE
|
Completed in 56 milliseconds