| /src/external/gpl2/groff/dist/src/roff/troff/ |
| input.h | 51 #ifdef COLUMN 53 #endif /* COLUMN */ 90 #ifdef COLUMN 92 #endif /* COLUMN */
|
| div.h | 59 #ifdef COLUMN 61 #endif /* COLUMN */ 88 #ifdef COLUMN 90 #endif /* COLUMN */ 127 #ifdef COLUMN 129 #endif /* COLUMN */
|
| column.cpp | 1 /* $NetBSD: column.cpp,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */ 23 #ifdef COLUMN 45 class column : public output_file { class in inherits:output_file 61 column(); 62 ~column(); 73 column *the_column = 0; 90 friend class column; 282 column::column() function in class:column 287 column::~column( [all...] |
| node.h | 650 #ifdef COLUMN 652 #endif /* COLUMN */
|
| input.cpp | 73 #ifdef COLUMN 75 #endif /* COLUMN */ 81 #ifdef COLUMN 83 #endif /* COLUMN */ 1710 #ifdef COLUMN 1712 #endif /* COLUMN */ 2839 #ifdef COLUMN 2843 #endif /* COLUMN */ 6923 #ifdef COLUMN 6937 #endif /* COLUMN */ [all...] |
| /src/usr.bin/fpr/ |
| fpr.c | 69 struct column { struct 74 COLUMN; 81 static COLUMN *line; 176 COLUMN *cp; 177 COLUMN *cend; 189 line = calloc(maxcol, sizeof(COLUMN)); 275 COLUMN *cp; 276 COLUMN *cend; 279 COLUMN *newline; 291 newline = realloc(line, (unsigned) (col + 10) * sizeof(COLUMN)); [all...] |
| /src/external/bsd/nvi/dist/motif_l/ |
| m_motif.h | 49 #define COLUMN( scr, x ) \
|
| m_vi.c | 361 /* one column at a time */ 1195 xpos = COLUMN( __vi_screen, ev->x ); 1254 xpos = COLUMN( __vi_screen, ev->x );
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-indentation.cc | 38 /* Convert libcpp's notion of a column (a 1-based char count) to 39 the "visual column" (0-based column, respecting tabs), by reading the 44 the visual column corresponding to the first non-whitespace character 57 if ((size_t)exploc.column > line.length ()) 60 for (int i = 1; i < exploc.column; i++) 86 If this is possible, return true and write its "visual column" to 145 is poorly indented, and ought to be on the same column as 203 subsequently been a long line requiring a column number larger than 310 /* PR c++/68819: if the column number is zero, we presumabl [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-indentation.cc | 38 /* Convert libcpp's notion of a column (a 1-based char count) to 39 the "visual column" (0-based column, respecting tabs), by reading the 44 the visual column corresponding to the first non-whitespace character 56 if ((size_t)exploc.column > line.length ()) 59 for (int i = 1; i < exploc.column; i++) 85 If this is possible, return true and write its "visual column" to 143 is poorly indented, and ought to be on the same column as 200 subsequently been a long line requiring a column number larger than 307 /* PR c++/68819: if the column number is zero, we presumabl [all...] |
| /src/external/bsd/kyua-cli/dist/store/ |
| migrate_v1_v2.sql | 55 -- * Added missing column affinities to the absolute_path and relative_path 93 -- Upgrade the test_programs table by adding missing column affinities and 94 -- the new metadata_id column. 117 ALTER TABLE test_cases ADD COLUMN metadata_id INTEGER;
|