Home
last modified time | relevance | path

Searched refs:SPA (Results 1 – 6 of 6) sorted by last modified time

/trunk/extras/l10n/source/hu/
H A Dlocalize.sdf58339 …4522 0 hu \<bookmark_value\>SZÓRÁSPA függvény\</bookmark_value\>\<bookmark_value\>STDEVPA függv…
58340 helpcontent2 source\text\scalc\01\04060185.xhp 0 help hd_id3154522 194 0 hu SZÓRÁSPA 20200411 …
58343 helpcontent2 source\text\scalc\01\04060185.xhp 0 help par_id3146851 197 0 hu SZÓRÁSPA(érték_1; ér…
58346 …0 help par_id3145163 200 0 hu A \<item type=\"input\"\>=SZÓRÁSPA(A1:A50)\</item\> fü…
71652 …e.src 0 string RID_STRLIST_FUNCTION_NAMES SC_OPCODE_ST_DEV_P_A 0 hu SZÓRÁSPA 20200411 15:09:53
/trunk/main/rsc/source/rscpp/
H A Dcpp6.c102 END, 000, 000, 000, 000, SPA, 000, 000, /* 00 */
105 000, 000, 000, 000, 000, LET, 000, SPA, /* 18 */
110 SPA, 000, 000, 000, 000, 000, 000, 000, /* 40 */
140 000, SPA, 000, 000, 000, 000, 000, 000, /* 08 */
142 000, 000, 000, 000, 000, LET, 000, SPA, /* 18 */
143 SPA,OP_NOT, QUO, 000, DOL,OP_MOD,OP_AND, QUO, /* 20 !"#$%&' */
219 } while (type[c] == SPA || c == COM_SEP); in skipws()
221 } while (type[c] == SPA); in skipws()
936 || type[*file->bptr & 0xFF] == SPA) in get()
H A Dcpp4.c128 if (type[c] == SPA) /* At whitespace? */
140 while (workp > work && type[(int)workp[-1]] == SPA)
187 case SPA: /* Absorb whitespace */
H A Dcpp.h142 #define SPA 67 /* Space and tab */ macro
H A Dcpp1.c441 while (type[(c = get())] == SPA) /* Skip leading blanks */
481 for (counter = 0; (type[(c = get())] == SPA);) {
H A Dcpp2.c177 for (tp = work; isdigit(*tp) || type[(int)*tp] == SPA; tp++) in control()

Completed in 1026 milliseconds