Searched refs:omax (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/readline/
H A Ddisplay.c1270 update_line (old, new, current_line, omax, nmax, inv_botlin)
1272 int current_line, omax, nmax, inv_botlin;
1370 temp = (omax < nmax) ? omax : nmax;
1381 if (omax == nmax && STREQN (new, old, omax))
1383 ofd = old + omax;
1390 (ofd - old < omax) && *ofd &&
1404 (ofd - old < omax) && *ofd && (*ofd == *nfd);
1411 for (od = ofd - old, oe = ofd; od < omax
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Ddisplay.c1038 update_line (old, new, current_line, omax, nmax, inv_botlin)
1040 int current_line, omax, nmax, inv_botlin;
1138 (ofd - old < omax) && *ofd &&
1150 (ofd - old < omax) && *ofd && (*ofd == *nfd);
1157 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++);
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c448 unsigned nmax, omax, cp; local
466 omax = store->nyomi;
476 s = store->yomi + omax;
484 e = store->yomi + omax;
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c256 int i, omax, newsize, newmask; local
265 omax = ht->max;
266 newsize = omax * 2; /* have to grow in powers of two */
273 for(i=0; i < omax; i++) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dcache.c243 int i, omax, newsize, newmask; local
252 omax = ht->max;
253 newsize = omax * 2; /* have to grow in powers of two */
260 for(i=0; i < omax; i++) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A Dcache.c242 int i, omax, newsize, newmask; local
251 omax = ht->max;
252 newsize = omax * 2; /* have to grow in powers of two */
259 for(i=0; i < omax; i++) {

Completed in 148 milliseconds