Searched refs:REPLACE (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkFont.c31 * REPLACE: This character doesn't print: instead of
49 #define REPLACE 4 macro
377 fontPtr->types[i] = REPLACE;
415 if (fontPtr->types[i] != REPLACE) {
559 if ((type == NORMAL) || (type == REPLACE)) {
730 } else if (type == REPLACE ||
/ast/src/cmd/ksh93/edit/
H A Dvi.c177 #define REPLACE -40 /* replace chars */ macro
634 * REPLACE, replace char if possible
739 /* return to APPEND/REPLACE mode */
1349 * = REPLACE, allow escape to cntlmode subroutine
1418 if( mode == REPLACE )
1444 if(mode==REPLACE)
1476 if(mode==REPLACE || (last_save>0 && last_virt<=last_save))
1480 else if(mode==REPLACE)
1482 mode = REPLACE;
1566 if( mode == REPLACE )
[all...]
/ast/src/cmd/ie/
H A Dvi.c173 #define REPLACE -40 /* replace chars */ macro
647 * REPLACE, replace char if possible
758 /* return to APPEND/REPLACE mode */
1348 * = REPLACE, allow escape to cntlmode subroutine
1407 if( mode == REPLACE )
1495 if( mode == REPLACE )
1924 /*{ REPLACE( char, increment )
2440 mode = REPLACE;
2461 return(REPLACE);

Completed in 15 milliseconds