Lines Matching refs:addSpace

1164  *	addSpace	True if need to add a space to the buffer
1179 char *word, Boolean addSpace, Buffer *buf,
1186 if (addSpace && vpstate->varSpace) {
1197 if (addSpace && vpstate->varSpace)
1212 * addSpace True if need to add a space to the buffer
1227 char *word, Boolean addSpace, Buffer *buf,
1232 if (addSpace && vpstate->varSpace) {
1254 * addSpace TRUE if need to add a space before placing the
1269 char *word, Boolean addSpace, Buffer *buf,
1276 if (addSpace && vpstate->varSpace) {
1282 addSpace = TRUE;
1284 return (dummy ? addSpace : addSpace);
1295 * addSpace TRUE if need to add a space to the buffer
1310 char *word, Boolean addSpace, Buffer *buf,
1315 if (addSpace && vpstate->varSpace) {
1338 * addSpace TRUE if need to add a space to the buffer
1354 char *word, Boolean addSpace, Buffer *buf,
1360 if (addSpace && vpstate->varSpace) {
1363 addSpace = TRUE;
1366 return(addSpace);
1379 * addSpace TRUE if need to add a space to the buffer
1395 char *word, Boolean addSpace, Buffer *buf,
1403 if (addSpace && vpstate->varSpace)
1406 addSpace = TRUE;
1416 return(addSpace);
1429 * addSpace TRUE if need to add a space to the buffer
1445 char *word, Boolean addSpace, Buffer *buf,
1449 if (addSpace && vpstate->varSpace) {
1452 addSpace = TRUE;
1455 return(addSpace);
1467 * addSpace True if space should be added before
1482 char *word, Boolean addSpace, Buffer *buf,
1509 if (addSpace && vpstate->varSpace) {
1512 addSpace = TRUE;
1526 if (addSpace && vpstate->varSpace) {
1529 addSpace = TRUE;
1553 * add a space before hand as indicated by addSpace, then
1558 if (addSpace && vpstate->varSpace) {
1561 addSpace = TRUE;
1581 * addSpace is set FALSE as soon as a space is added to the
1592 if (addSpace && (((cp - word) + pattern->rightLen) != 0)){
1594 addSpace = FALSE;
1612 if (addSpace && vpstate->varSpace) {
1620 * the previous value of addSpace.
1622 return ((Buf_Size(buf) != origSize) || addSpace);
1624 return (addSpace);
1627 if (addSpace && vpstate->varSpace) {
1679 char *word, Boolean addSpace, Buffer *buf,
1690 if (addSpace && !added) \
1789 return(addSpace||added);
1804 * addSpace True if space should be added before
1820 char *word, Boolean addSpace, Buffer *buf,
1831 if (addSpace && *s != '\n')
1834 addSpace = (slen > 0 && s[slen - 1] != '\n');
1838 return addSpace;
1866 Boolean addSpace; /* TRUE if need to add a space to the
1875 addSpace = FALSE;
1916 if (addSpace && vpstate->varSpace) {
1920 addSpace = TRUE;
1938 char *word, Boolean addSpace, Buffer *buf,
1945 if (addSpace && vpstate->varSpace) {
1948 addSpace = TRUE;
1954 return(addSpace);
1984 Boolean addSpace; /* TRUE if need to add a space to the
1992 addSpace = FALSE;
2006 addSpace = (*modProc)(ctx, vpstate, av[i], addSpace, &buf, datum);